home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gObjects
- puppetSound("ding")
- repeat with i = 1 to gObjects
- set the visible of sprite (i + 10) to 0
- set the visible of sprite (i + 20) to 0
- set the visible of sprite (i + 30) to 0
- end repeat
- go("owl")
- end
-